projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7352612
)
; Adapt a unit test to a recent change
author
Philipp Stephani
<phst@google.com>
Sun, 7 Jan 2018 15:47:17 +0000
(16:47 +0100)
committer
Philipp Stephani
<phst@google.com>
Sun, 7 Jan 2018 15:47:17 +0000
(16:47 +0100)
* test/lisp/emacs-lisp/bytecomp-tests.el
(bytecomp-tests--old-style-backquotes): Fix expected error message.
test/lisp/emacs-lisp/bytecomp-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/emacs-lisp/bytecomp-tests.el
b/test/lisp/emacs-lisp/bytecomp-tests.el
index 20ac948c35b12313ce6220b98818dacfa4b641e9..6ae7cdb9f9c3e4cf78203dced957fb0fb1962611 100644
(file)
--- a/
test/lisp/emacs-lisp/bytecomp-tests.el
+++ b/
test/lisp/emacs-lisp/bytecomp-tests.el
@@
-540,8
+540,7
@@
literals (Bug#20852)."
(let* ((byte-compile-dest-file-function (lambda (_) destination))
(byte-compile-debug t)
(err (should-error (byte-compile-file source))))
- (should (equal (cdr err)
- '("Loading `nil': old-style backquotes detected!")))))))
+ (should (equal (cdr err) '("Old-style backquotes detected!")))))))
(ert-deftest bytecomp-tests-function-put ()